<Code Lib>
M

ElectricalSystem.Create(Document, IList<ElementId>, ElectricalSystemType)

Description:
Creates a new MEP Electrical System element from a set of electrical components.
Overloads (2):
Create(Document,IList[ElementId],ElectricalSystemType)

public static ElectricalSystem Create(
	Document document,
	IList<ElementId> electComponents,
	ElectricalSystemType elecSysType
)

Return Value nullNothingnullptr If successful a new MEP Electrical System element within the project, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .

Loading…